GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-08T14:31:10.525737+00:00",
"SubmitDate": "2026-05-08T14:31:10.525737+00:00",
"ReportPeriodStart": "2026-05-08T14:31:10.525737+00:00",
"ReportPeriodEnd": "2026-05-08T14:31:10.525737+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "11d5b5fb-df56-4e37-852a-64b042479c5f",
"Rows": [
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "11d5b5fb-df56-4e37-852a-64b042479c5f",
"Rows": [
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46822dd1-e0ec-4c86-8fcb-b3ee3eb4bfdd",
"0927bdc9-367a-4109-8ea5-391f2d21694e"
],
"Approvers": [
"aae2a717-f8b3-46f3-b340-0c242a5fa733",
"1fa478d1-dfa5-4c9d-a9b4-f94d834827c9"
],
"ApprovedBy": "980ec330-f208-4592-a8e0-5ade4bcb0def",
"ApprovalDate": "2026-05-08T14:31:10.525737+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bb7a864-244b-4fb5-b0d5-bb33b76231db",
"id": "5c36b6c1-5c5d-41cf-98ed-f014689cb1f2",
"ConfigId": "75b2251f-55ab-4a32-8c67-5868e30c3879"
},
{
"GenerationDate": "2026-05-08T14:31:10.525737+00:00",
"SubmitDate": "2026-05-08T14:31:10.525737+00:00",
"ReportPeriodStart": "2026-05-08T14:31:10.525737+00:00",
"ReportPeriodEnd": "2026-05-08T14:31:10.525737+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "11d5b5fb-df56-4e37-852a-64b042479c5f",
"Rows": [
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "11d5b5fb-df56-4e37-852a-64b042479c5f",
"Rows": [
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28347ba9-e246-40cb-ae34-75cd94c07b06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46822dd1-e0ec-4c86-8fcb-b3ee3eb4bfdd",
"0927bdc9-367a-4109-8ea5-391f2d21694e"
],
"Approvers": [
"aae2a717-f8b3-46f3-b340-0c242a5fa733",
"1fa478d1-dfa5-4c9d-a9b4-f94d834827c9"
],
"ApprovedBy": "980ec330-f208-4592-a8e0-5ade4bcb0def",
"ApprovalDate": "2026-05-08T14:31:10.525737+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bb7a864-244b-4fb5-b0d5-bb33b76231db",
"id": "5c36b6c1-5c5d-41cf-98ed-f014689cb1f2",
"ConfigId": "75b2251f-55ab-4a32-8c67-5868e30c3879"
}
]